home *** CD-ROM | disk | FTP | other *** search
/ Long Ban 3 / Long Ban 3 - Disc 2.iso / mac / DISK2 / DATA / mov.Dxr / 00028.ls < prev    next >
Encoding:
Text File  |  1997-03-24  |  626 b   |  29 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseDown
  6.   set sp to the clickOn
  7.   case sp of
  8.     13:
  9.       set the visible of sprite 8 to 1
  10.       set the visible of sprite 9 to 1
  11.       buttonaction(sp)
  12.       go(1, "menu")
  13.     14:
  14.       set the visible of sprite 8 to 1
  15.       set the visible of sprite 9 to 1
  16.       buttonaction(sp)
  17.       quit()
  18.     15:
  19.       set the visible of sprite 15 to 0
  20.       buttonaction(sp)
  21.       go(1, "menu")
  22.       set the visible of sprite 15 to 1
  23.       if the type of sprite 22 = #movie then
  24.         set the movieRate of sprite 22 to 1
  25.         set the volume of sprite 22 to 255
  26.       end if
  27.   end case
  28. end
  29.